projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7722472
)
(Ffocus_frame, Funfocus_frame): Functions deleted.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 3 Sep 1996 21:41:33 +0000
(21:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 3 Sep 1996 21:41:33 +0000
(21:41 +0000)
src/w32fns.c
patch
|
blob
|
history
diff --git
a/src/w32fns.c
b/src/w32fns.c
index 4753caf796075bbacdb009fc02dc7e881bdade5d..04529ab818467b307334ea25958f7d8cca12cfdb 100644
(file)
--- a/
src/w32fns.c
+++ b/
src/w32fns.c
@@
-3737,21
+3737,6
@@
x_get_focus_frame (frame)
XSETFRAME (xfocus, dpyinfo->win32_focus_frame);
return xfocus;
}
-
-DEFUN ("focus-frame", Ffocus_frame, Sfocus_frame, 1, 1, 0,
- "This function is obsolete, and does nothing.")
- (frame)
- Lisp_Object frame;
-{
- return Qnil;
-}
-
-DEFUN ("unfocus-frame", Funfocus_frame, Sunfocus_frame, 0, 0, 0,
- "This function is obsolete, and does nothing.")
- ()
-{
- return Qnil;
-}
\f
XFontStruct *
win32_load_font (dpyinfo,name)